Other Protocols
The following protocols are available globally.
-
The
See moreMGLOfflineStorageDelegate
protocol defines methods that a delegate of anMGLOfflineStorage
object can optionally implement to transform various types of URLs before downloading them via the internet.Declaration
Objective-C
@protocol MGLOfflineStorageDelegate <NSObject>
Swift
protocol MGLOfflineStorageDelegate : NSObjectProtocol